home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 2.6 KB | 87 lines | [TEXT/MPS ] |
- # File: FragmentTool.make
- # Target: FragmentTool
- # Sources: FragmentTool.r
- # :Sources:AppleEventStuff.c
- # :Sources:DialogStuff.c
- # :Sources:DragStuff.c
- # :Sources:Fragments.c
- # :Sources:FragmentTool.c
- # :Sources:Initialize.c
- # :Sources:Lists.c
- # :Sources:MenusStuff.c
- # :Sources:Streams.c
- # :Sources:Utilities.c
- # :Sources:Windows.c
- # Created: Thursday, September 28, 1995 06:50:36 PM
-
-
- MAKEFILE = FragmentTool.make
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes =
- Sym•68K =
- ObjDir•68K = :Objects:
-
- COptions = {Includes} {Sym•68K}
-
- Objects•68K = ∂
- "{ObjDir•68K}AppleEventStuff.c.o" ∂
- "{ObjDir•68K}DialogStuff.c.o" ∂
- "{ObjDir•68K}DragStuff.c.o" ∂
- "{ObjDir•68K}Fragments.c.o" ∂
- "{ObjDir•68K}FragmentTool.c.o" ∂
- "{ObjDir•68K}Initialize.c.o" ∂
- "{ObjDir•68K}Lists.c.o" ∂
- "{ObjDir•68K}MenusStuff.c.o" ∂
- "{ObjDir•68K}Streams.c.o" ∂
- "{ObjDir•68K}Utilities.c.o" ∂
- "{ObjDir•68K}Windows.c.o"
-
-
- FragmentTool ƒƒ {•MondoBuild•} {Objects•68K}
- Link ∂
- -o {Targ} -d {Sym•68K} ∂
- {Objects•68K} ∂
- -t 'APPL' ∂
- -c '????' ∂
- "{Libraries}Runtime.o" ∂
- "{Libraries}Interface.o"
-
-
- FragmentTool ƒƒ {•MondoBuild•} FragmentTool.r
- Rez FragmentTool.r -o {Targ} {Includes} -append
-
-
- "{ObjDir•68K}AppleEventStuff.c.o" ƒ {•MondoBuild•} :Sources:AppleEventStuff.c
- {C} :Sources:AppleEventStuff.c -o {Targ} {COptions}
-
- "{ObjDir•68K}DialogStuff.c.o" ƒ {•MondoBuild•} :Sources:DialogStuff.c
- {C} :Sources:DialogStuff.c -o {Targ} {COptions}
-
- "{ObjDir•68K}DragStuff.c.o" ƒ {•MondoBuild•} :Sources:DragStuff.c
- {C} :Sources:DragStuff.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Fragments.c.o" ƒ {•MondoBuild•} :Sources:Fragments.c
- {C} :Sources:Fragments.c -o {Targ} {COptions}
-
- "{ObjDir•68K}FragmentTool.c.o" ƒ {•MondoBuild•} :Sources:FragmentTool.c
- {C} :Sources:FragmentTool.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Initialize.c.o" ƒ {•MondoBuild•} :Sources:Initialize.c
- {C} :Sources:Initialize.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Lists.c.o" ƒ {•MondoBuild•} :Sources:Lists.c
- {C} :Sources:Lists.c -o {Targ} {COptions}
-
- "{ObjDir•68K}MenusStuff.c.o" ƒ {•MondoBuild•} :Sources:MenusStuff.c
- {C} :Sources:MenusStuff.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Streams.c.o" ƒ {•MondoBuild•} :Sources:Streams.c
- {C} :Sources:Streams.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Utilities.c.o" ƒ {•MondoBuild•} :Sources:Utilities.c
- {C} :Sources:Utilities.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Windows.c.o" ƒ {•MondoBuild•} :Sources:Windows.c
- {C} :Sources:Windows.c -o {Targ} {COptions}
-
-